Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalObjects.Condition<TItem,TObject,TExecutedResult> Structure / Item Property


In This Topic
Item Property (ConditionalObjects.Condition<TItem,TObject,TExecutedResult>)
In This Topic
Gets the TItem object.
Syntax
'Declaration
 
Public ReadOnly Property Item As TItem
 
'Usage
 
Dim instance As ConditionalObjects.Condition(Of TItem,TObject,TExecutedResult)
Dim value As TItem
 
value = instance.Item

Property Value

A TItem object represents the splittable item.
See Also